build: Do not force inclusion of gtk.h
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 29 Aug 2015 12:35:43 +0000 (13:35 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sat, 29 Aug 2015 12:38:28 +0000 (13:38 +0100)
commit15cc85db295b3d54f85c541b3c82d7b703c851c8
tree5fb4897115483a132c1304f8afdb8f9d5ffcbede
parent281e5aa45ed7b911e7b4e70a6aea8f32279a233e
build: Do not force inclusion of gtk.h

GCC will not do the right thing, and it will just break the build when
trying to include gtk.h first.

We'll have to live with the warning from the compiler about a missing
gtk_init() — though it would be better not to have to init GTK at all to
generate the introspection data.

This commit unbreaks the build in GNOME Continuous introduced by commit
6838861d26bfec9af53438022bd1f5b60bab3bf4.
gtk/Makefile.am